noScroll
tracking your bad scrolling habits
Qu'est-ce que noScroll ?
noScroll est une extension Chrome développée par pierre depaz, et sa fonction principale est "tracking your bad scrolling habits".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension noScroll
Téléchargez les fichiers d'extension noScroll au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
noScroll is an extension dedicated to make you notice your ubiquitous scrolling and its implications in content consumption. the more you scroll on a social network, the less things start to feel relevant / different from each other. words and images become interchangeable. supported websites are: facebook twitter instagram noscroll is an opt-out plugin.
Informations de Base sur l'Extension
Nom | noScroll |
ID | phjbpbibhgfcinkkmfghfdhnipnambfm |
URL Officiel | https://chromewebstore.google.com/detail/noscroll/phjbpbibhgfcinkkmfghfdhnipnambfm |
Description | tracking your bad scrolling habits |
Taille du Fichier | 16.84 KB |
Nombre d'Installations | 10 |
Version Actuelle | 0.1 |
Dernière Mise à Jour | 2016-02-08 |
Date de Publication | 2016-02-07 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | pierre depaz |
Type de Paiement | free |
Site Web de l'Extension | http://pierredepaz.net/projects/project_noscroll.html |
Langues Prises en Charge | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "noScroll", "description": "tracking your bad scrolling habits", "version": "0.1", "icons": { "16": "icon_16.png", "48": "icon_48.png", "128": "icon_128.png" }, "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html", "default_title": "hey look at me" }, "permissions": [ "activeTab", "https:\/\/ajax.googleapis.com\/" ], "content_scripts": [ { "matches": [ "https:\/\/www.facebook.com\/*", "https:\/\/twitter.com\/*", "https:\/\/instagram.com\/*" ], "js": [ "content.js" ] } ], "background": { "scripts": [ "background.js" ], "persistent": true }, "omnibox": { "keyword": "yeah" } } |