Rainbow URL
Change browser action color when its icon is clicked
What is Rainbow URL?
Rainbow URL is a Chrome extension developed by buppy132, and its main feature is "Change browser action color when its icon is clicked".
Extension Screenshots
Download Rainbow URL Extension CRX File
Download Rainbow URL extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
웹 페이지를 공유하기 위하여 무한한 URL을 전달하기 보다는 간편한 4자리의 숫자로 이루어진 고유코드로 쉽게 육성으로 전달하므로써 페이지를 공유할 수 있다. 그리고 고정된 PC가 아닌 환경에서 개인적인 페이지 ( ex. 구글독스 ) 를 자주 확인할 때, 미리 해당 페이지에 고유번호를 입력해놓으면 쉽게 불러 올 수 있다. 마지막으로 SNS 을 공유하지 않은 사람 관계에서 어떠한 페이지를 공유해야 할 경우 ( ex. 강사와 청중 ) 쉽게 4자리로 이루어진 숫자 코드를 육성으로 간편히 전달하므로써 보다 쉽고 빠르게 페이지를 공유할 수 있게 된다. 홈페이지 : www.rainbowurl.com
Extension Basic Information
Name | |
ID | ihbeilibfaaghbbnllembdpohklfhmnp |
Official URL | https://chrome.google.com/webstore/detail/rainbow-url/ihbeilibfaaghbbnllembdpohklfhmnp |
Description | Change browser action color when its icon is clicked |
File Size | 193 KB |
Installation Count | 989 |
Current Version | 2.0 |
Last Updated | 2014-11-18 |
Publish Date | 2014-11-18 |
Rating | 4.25/5 Total 4 Ratings |
Developer | buppy132 |
Payment Type | free |
Extension Website | http://rainbowurl.com |
Help Page URL | http://rainbowurl.com |
Supported Languages | 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 } |