Google+ Extreme Button

Adds Google+ to Hatena Bookmarks, Delicious, Twitter, Evernote, Facebook, Tumblr, Open the images, Download the images, Scroll Lock.

Cos'è Google+ Extreme Button?

Google+ Extreme Button è un'estensione di Chrome sviluppata da Akicansoft, e la sua funzione principale è "Adds Google+ to Hatena Bookmarks, Delicious, Twitter, Evernote, Facebook, Tumblr, Open the images, Download the images, Scroll Lock.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Google+ Extreme Button

Scarica i file di estensione Google+ Extreme Button 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

                        Adds Google+ to Hatena Bookmarks, Delicious, Twitter, Evernote, Facebook, Tumblr, Open the images, Download the images, Scroll Lock, Ripples, Reply Button.                    

Informazioni di Base sull'Estensione

Nome Google+ Extreme Button Google+ Extreme Button
ID niafomndbpaobebocajmnajojkilkgph
URL Ufficiale https://chromewebstore.google.com/detail/google+-extreme-button/niafomndbpaobebocajmnajojkilkgph
Descrizione Adds Google+ to Hatena Bookmarks, Delicious, Twitter, Evernote, Facebook, Tumblr, Open the images, Download the images, Scroll Lock.
Dimensione del File 102 KB
Conteggio Installazioni 1,546
Versione Corrente 3.3.6
Ultimo Aggiornamento 2014-02-03
Data di Pubblicazione 2014-02-03
Valutazione 4.06/5 Totale 18 Valutazioni
Sviluppatore Akicansoft
Tipo di Pagamento free
Sito Web dell'Estensione https://plus.google.com/108852287952841384832/posts
URL della Pagina di Aiuto https://plus.google.com/108852287952841384832/posts
Lingue Supportate en,ja
manifest.json
{
    "background": {
        "scripts": [
            "scripts\/background.js"
        ]
    },
    "content_scripts": [
        {
            "exclude_globs": [],
            "include_globs": [
                "https:\/\/plus.google.com\/u\/*\/",
                "https:\/\/plus.google.com\/",
                "https:\/\/plus.google.com",
                "https:\/\/plus.google.com\/?hl=ja&partnerid=gplp0",
                "https:\/\/plus.google.com\/stream\/circles\/*",
                "https:\/\/plus.google.com\/communities\/*",
                "https:\/\/plus.google.com\/explore",
                "https:\/\/plus.google.com\/*\/posts",
                "https:\/\/plus.google.com\/events\/*",
                "https:\/\/plus.google.com?hl=ja",
                "https:\/\/plus.google.com\/?hl=ja",
                "https:\/\/plus.google.com\/?utm_source=*",
                "https:\/\/plus.google.com\/u\/*\/stream\/circles\/*",
                "https:\/\/plus.google.com\/stream\/circles\/*"
            ],
            "js": [
                "scripts\/gpeb.min.js"
            ],
            "matches": [
                "http:\/\/plus.google.com\/*",
                "https:\/\/plus.google.com\/*"
            ],
            "permissions": [],
            "run_at": "document_end"
        }
    ],
    "converted_from_user_script": true,
    "default_locale": "ja",
    "description": "__MSG_extensiondescription__",
    "icons": {
        "128": "images\/icon.png"
    },
    "manifest_version": 2,
    "name": "Google+ Extreme Button",
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "3.3.6",
    "web_accessible_resources": [
        "buttons\/*",
        "menubuttons\/*",
        "images\/*",
        "images\/style\/*",
        "history.txt",
        "scripts\/sizzle.min.map"
    ]
}