Search It!

Easily search Google in a new tab or window. Easily change the search type (like for images), optionally store searches for re-use.

Vad är Search It!?

Search It! är en Chrome-tillägg utvecklad av https://upway2late.com, och dess huvudfunktion är "Easily search Google in a new tab or window. Easily change the search type (like for images), optionally store searches for re-use.".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner Search It!-förlängningens CRX-fil

Ladda ner Search It!-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 extension is for easily initiating new Google searches.

The search term box supports Google auto suggest.

Domain options are Any/Current/Specify. Current & Specify searches save the domain for re-use later.

Type options are Web/Image/Video/Maps/News/Shopping.

Results can be sent to the current tab, a new tab, or a new window.

Searches are (optionally) stored for future re-use.

All stored search and domain information can be easily deleted.                    

Grundläggande Information om Tillägg

Namn Search It! Search It!
ID bojojkkfhcebglmfbmaplhfkjfhaefaj
Officiell webbadress https://chromewebstore.google.com/detail/search-it/bojojkkfhcebglmfbmaplhfkjfhaefaj
Beskrivning Easily search Google in a new tab or window. Easily change the search type (like for images), optionally store searches for re-use.
Filstorlek 42.08 KB
Antal Installationer 226
Aktuell Version 1.0.0.0
Senast Uppdaterad 2016-09-22
Publiceringsdatum 2016-09-22
Betyg 5.00/5 Totalt 5 Betyg
Utvecklare https://upway2late.com
E-post [email protected]
Betalningssätt free
Tilläggswebbplats http://www.upway2late.com/projects/chrome-google-search-extension
Hjälpsida URL http://www.upway2late.com/projects/chrome-google-search-extension
URL till Sekretesspolicy Sidan http://www.upway2late.com
Stödda Språk en
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Search It!",
    "version": "1.0.0.0",
    "description": "Easily search Google in a new tab or window. Easily change the search type (like for images), optionally store searches for re-use.",
    "icons": {
        "16": "world_16.png",
        "48": "world_48.png",
        "128": "world_128.png"
    },
    "browser_action": {
        "default_icon": "world_19.png",
        "default_title": "Search It!",
        "default_popup": "popup.html"
    },
    "permissions": [
        "tabs",
        "http:\/\/google.com\/"
    ],
    "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com; object-src 'self'",
    "manifest_version": 2
}