Rainbow URL
Change browser action color when its icon is clicked
Wat is Rainbow URL?
Rainbow URL is een Chrome-extensie ontwikkeld door buppy132, en de belangrijkste functie is "Change browser action color when its icon is clicked".
Extensie Screenshots
Download het CRX-bestand van de extensie Rainbow URL
Download Rainbow URL-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
웹 페이지를 공유하기 위하여 무한한 URL을 전달하기 보다는 간편한 4자리의 숫자로 이루어진 고유코드로 쉽게 육성으로 전달하므로써 페이지를 공유할 수 있다. 그리고 고정된 PC가 아닌 환경에서 개인적인 페이지 ( ex. 구글독스 ) 를 자주 확인할 때, 미리 해당 페이지에 고유번호를 입력해놓으면 쉽게 불러 올 수 있다. 마지막으로 SNS 을 공유하지 않은 사람 관계에서 어떠한 페이지를 공유해야 할 경우 ( ex. 강사와 청중 ) 쉽게 4자리로 이루어진 숫자 코드를 육성으로 간편히 전달하므로써 보다 쉽고 빠르게 페이지를 공유할 수 있게 된다. 홈페이지 : www.rainbowurl.com
Basisinformatie over de Extensie
Naam | |
ID | ihbeilibfaaghbbnllembdpohklfhmnp |
Officiële URL | https://chrome.google.com/webstore/detail/rainbow-url/ihbeilibfaaghbbnllembdpohklfhmnp |
Beschrijving | Change browser action color when its icon is clicked |
Bestandsgrootte | 193 KB |
Aantal Installaties | 989 |
Huidige Versie | 2.0 |
Laatst Bijgewerkt | 2014-11-18 |
Publicatiedatum | 2014-11-18 |
Beoordeling | 4.25/5 Totaal 4 Beoordelingen |
Ontwikkelaar | buppy132 |
Betalingswijze | free |
Extensiewebsite | http://rainbowurl.com |
Help Pagina-URL | http://rainbowurl.com |
Ondersteunde Talen | 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 } |