ShinySearch

Personalized Homepage for your new-tab

Vad är ShinySearch?

ShinySearch är en Chrome-tillägg utvecklad av https://www.shinysearch.com, och dess huvudfunktion är "Personalized Homepage for your new-tab".

Tilläggsskärmbilder

screenshot
screenshot
screenshot
screenshot
screenshot

Ladda ner ShinySearch-förlängningens CRX-fil

Ladda ner ShinySearch-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        Personalize your new tab with beautiful backgrounds and built-in web search/links to popular websites                    

Grundläggande Information om Tillägg

Namn ShinySearch ShinySearch
ID ajfpaddcchjgaemolcibmlbgijkhdocl
Officiell webbadress https://chromewebstore.google.com/detail/shinysearch/ajfpaddcchjgaemolcibmlbgijkhdocl
Beskrivning Personalized Homepage for your new-tab
Filstorlek 17.96 KB
Antal Installationer 3,050
Aktuell Version 1.0.0
Senast Uppdaterad 2013-12-17
Publiceringsdatum 2013-12-17
Betyg 4.19/5 Totalt 31 Betyg
Utvecklare https://www.shinysearch.com
Betalningssätt free
Tilläggswebbplats http://www.shinysearch.com
URL till Sekretesspolicy Sidan http://www.shinysearch.com/privacy.html
Stödda Språk en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "ShinySearch",
    "version": "1.0.0",
    "manifest_version": 2,
    "description": "Personalized Homepage for your new-tab",
    "permissions": [
        "cookies",
        "tabs",
        "webNavigation",
        "http:\/\/www.shinysearch.com\/"
    ],
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/www.shinysearch.com\/sethomepage.php"
            ],
            "css": [
                "css\/chr_ext.css"
            ],
            "all_frames": false,
            "run_at": "document_start"
        }
    ],
    "chrome_url_overrides": {
        "newtab": "newtab.html"
    },
    "browser_action": {
        "default_icon": {
            "19": "img\/icon19.png"
        },
        "default_title": "Goto ShinySearch"
    },
    "icons": {
        "16": "img\/icon16.png",
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    }
}