Rainbow URL

Change browser action color when its icon is clicked

Cos'è Rainbow URL?

Rainbow URL è un'estensione di Chrome sviluppata da buppy132, e la sua funzione principale è "Change browser action color when its icon is clicked".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Rainbow URL

Scarica i file di estensione Rainbow URL in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        웹 페이지를 공유하기 위하여 무한한 URL을 전달하기 보다는 간편한 4자리의 숫자로 이루어진 고유코드로 쉽게 육성으로 전달하므로써 페이지를 공유할 수 있다. 

그리고 고정된 PC가 아닌 환경에서 개인적인 페이지 ( ex. 구글독스 ) 를 자주 확인할 때, 미리 해당 페이지에 고유번호를 입력해놓으면 쉽게 불러 올 수 있다.

마지막으로 SNS 을 공유하지 않은 사람 관계에서 어떠한 페이지를 공유해야 할 경우 ( ex. 강사와 청중 ) 쉽게 4자리로 이루어진 숫자 코드를 육성으로 간편히 전달하므로써 보다 쉽고 빠르게 페이지를 공유할 수 있게 된다.

홈페이지 : www.rainbowurl.com                    

Informazioni di Base sull'Estensione

Nome Rainbow URL Rainbow URL
ID ihbeilibfaaghbbnllembdpohklfhmnp
URL Ufficiale https://chrome.google.com/webstore/detail/rainbow-url/ihbeilibfaaghbbnllembdpohklfhmnp
Descrizione Change browser action color when its icon is clicked
Dimensione del File 193 KB
Conteggio Installazioni 989
Versione Corrente 2.0
Ultimo Aggiornamento 2014-11-18
Data di Pubblicazione 2014-11-18
Valutazione 4.25/5 Totale 4 Valutazioni
Sviluppatore buppy132
Tipo di Pagamento free
Sito Web dell'Estensione http://rainbowurl.com
URL della Pagina di Aiuto http://rainbowurl.com
Lingue Supportate 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
}