Amazon.com - Search highlighted text

Search for an highlighted text on Amazon from any website by using the right click context menu.

Vad är Amazon.com - Search highlighted text?

Amazon.com - Search highlighted text är en Chrome-tillägg utvecklad av mys3lf, och dess huvudfunktion är "Search for an highlighted text on Amazon from any website by using the right click context menu.".

Tilläggsskärmbilder

screenshot

Ladda ner Amazon.com - Search highlighted text-förlängningens CRX-fil

Ladda ner Amazon.com - Search highlighted text-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

                        This addon allows the direct search for an highlighted text on Amazon from any website.                    

Grundläggande Information om Tillägg

Namn Amazon.com - Search highlighted text Amazon.com - Search highlighted text
ID ocelfadkhnoeeeockofnopjookfgmnhm
Officiell webbadress https://chromewebstore.google.com/detail/amazoncom-search-highligh/ocelfadkhnoeeeockofnopjookfgmnhm
Beskrivning Search for an highlighted text on Amazon from any website by using the right click context menu.
Filstorlek 20.91 KB
Antal Installationer 369
Aktuell Version 1.0
Senast Uppdaterad 2013-07-01
Publiceringsdatum 2013-07-01
Betyg 5.00/5 Totalt 3 Betyg
Utvecklare mys3lf
E-post [email protected]
Betalningssätt free
Stödda Språk en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Amazon.com - Search highlighted text",
    "version": "1.0",
    "description": "Search for an highlighted text on Amazon from any website by using the right click context menu.",
    "permissions": [
        "contextMenus"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "minimum_chrome_version": "14",
    "icons": {
        "32": "icon32.png",
        "64": "icon64.png",
        "160": "icon160.png"
    },
    "manifest_version": 2
}