Rainbow URL
Change browser action color when its icon is clicked
Qu'est-ce que Rainbow URL ?
Rainbow URL est une extension Chrome développée par buppy132, et sa fonction principale est "Change browser action color when its icon is clicked".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Rainbow URL
Téléchargez les fichiers d'extension Rainbow URL 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
웹 페이지를 공유하기 위하여 무한한 URL을 전달하기 보다는 간편한 4자리의 숫자로 이루어진 고유코드로 쉽게 육성으로 전달하므로써 페이지를 공유할 수 있다. 그리고 고정된 PC가 아닌 환경에서 개인적인 페이지 ( ex. 구글독스 ) 를 자주 확인할 때, 미리 해당 페이지에 고유번호를 입력해놓으면 쉽게 불러 올 수 있다. 마지막으로 SNS 을 공유하지 않은 사람 관계에서 어떠한 페이지를 공유해야 할 경우 ( ex. 강사와 청중 ) 쉽게 4자리로 이루어진 숫자 코드를 육성으로 간편히 전달하므로써 보다 쉽고 빠르게 페이지를 공유할 수 있게 된다. 홈페이지 : www.rainbowurl.com
Informations de Base sur l'Extension
Nom | |
ID | ihbeilibfaaghbbnllembdpohklfhmnp |
URL Officiel | https://chrome.google.com/webstore/detail/rainbow-url/ihbeilibfaaghbbnllembdpohklfhmnp |
Description | Change browser action color when its icon is clicked |
Taille du Fichier | 193 KB |
Nombre d'Installations | 989 |
Version Actuelle | 2.0 |
Dernière Mise à Jour | 2014-11-18 |
Date de Publication | 2014-11-18 |
Évaluation | 4.25/5 Total 4 Évaluations |
Développeur | buppy132 |
Type de Paiement | free |
Site Web de l'Extension | http://rainbowurl.com |
URL de la Page d'Aide | http://rainbowurl.com |
Langues Prises en Charge | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Rainbow URL", "description": "Change browser action color when its icon is clicked", "version": "2.0", "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_icon": "rainbowurls_icon.png" }, "permissions": [ "tabs", "storage", "history" ], "manifest_version": 2 } |