public marks

PUBLIC MARKS from decembre with tags chrome & firefox

2020

🛠 CHROME - LOADED from FIREFOX ADDON - Linkify Plus Plus

(via)
This extension can be installed on Chrome. However, it is not hosted on Chrome Webstore. You have to download the source code and load the extension as an unpacked extension. Download and extract the ZIP file. Navigate to chrome://extensions/. Enable "Developer mode". Click "LOAD UNPACKED" button and select the extension folder that is previously extracted. Other explanation: https://developer.chrome.com/extensions/getstarted#manifest

3D - SculptGL (sculpter directement dans Firefox ou Chrome avec Web version))

SculptGL is a digital sculpting web app, with sources available on github. Also available on the chrome web store. If you want to download a standalone version, you can download it here (identical as the web version). Sketchfab made a fork of the old SculptGL version with a new design : Sculptfab.

2018

DESSINER - Chrome Canvas: A Web App For Drawing On Your Chromebook From Google

it is available to anyone interested at canvas.apps.chrome. That’s the beauty of the web. No app store, no OS limitations. This simple and effective app is right there on the web and can be tied to your Google account for saving files. Just hit up that link and click your 3-dot menu and select ‘install Canvas.’

ADDON - MyBrowserAddon - Community for Open-source Projects ::

MyBrowserAddon is a community for open-source projects. It houses the documentation, tutorial, code related to open-source projects and is dedicated to developers who are interested in learning about and contributing to these projects. Here, you can explore different ways we serve the open-source community and also help us to make these open-source projects even more awesome! Open-source development promotes not only innovation but also accelerates progress in all aspects of software development. Currently we are focused on supporting non-commercial browser-based projects (addon, plug-in) within communities. But, in future we will branch-out to other areas including health and education!

2017

2014

CSS - IMAGES RESPONSIVE - ResponsiveImages.org

(via)
A group of developers working towards a client-side solution for delivering alternate image data based on device capabilities to prevent wasted bandwidth and optimize display for both screen and print.

2010

Use Greasemonkey Scripts In Google Chrome - But, there are some limitations as well (as with Opera — which also supports some greasemonkey scripts) - Chrome does not support @exclude, @require, @resource, unsafeWindow, or any of the special GM_* APIs.

Well, here is how to run userscripts in chrome : * Add this flag to Google Chrome launcher : --enable-user-scripts - Now, create a folder in your user data directory. Name it as User Scripts. - Save your all GM scripts in this folder. - If you want to import all userscripts from Firefox — you need to do it manually. We have shown you the way to backup your Greasemonkey scripts. Just navigate to your GM script folder in Firefox data directory as describe in this post. Now, you can copy and paste every script’s file manuallyAnd, you are done! Restart the chrome — and visit any related site. It is quite possible that your favorite GM Script will do the magic. - Important fact : Chrome supports “Early Injection” – the ability to run scripts very early in the page’s lifecycle. In Firefox, userscripts run after page load. But in chrome, you can set it to run before page load. For this, you need to add an extra line in scripts meta data section : // @run-at document-start

Greasemonkey comes to Chrome - get your userscripts ready!

Chrome has a secret weapon. His name is Aaron Boodman, and he created Greasemonkey. He now works on the Chrome Extensions team at Google. Even though Greasemonkey on Chrome isn't yet as mature as the Firefox version -- 15-25% of scripts might not work on Chrome yet -- it will definitely get there with Boodman's help. If you need some scripts to get you started, you can scope out Download Squad's 10 Greasemonkey Scripts You Shouldn't Browse Without, or peruse the large selection at userscripts.org.