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.
Hvad er Search It!?
Search It! er en Chrome-udvidelse udviklet af https://upway2late.com, og dens hovedfunktion er "Easily search Google in a new tab or window. Easily change the search type (like for images), optionally store searches for re-use.".
Udvidelsesskærmbilleder
Download Search It!-udvidelses-CRX-fil
Download Search It!-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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æggende oplysninger om udvidelsen
| Navn | |
| ID | bojojkkfhcebglmfbmaplhfkjfhaefaj |
| Officiel URL | https://chromewebstore.google.com/detail/search-it/bojojkkfhcebglmfbmaplhfkjfhaefaj |
| Beskrivelse | Easily search Google in a new tab or window. Easily change the search type (like for images), optionally store searches for re-use. |
| Filstørrelse | 42.08 KB |
| Antal Installationer | 226 |
| Nuværende Version | 1.0.0.0 |
| Senest Opdateret | 2016-09-22 |
| Udgivelsesdato | 2016-09-22 |
| Bedømmelse | 5.00/5 Samlet 5 Bedømmelser |
| Udvikler | https://upway2late.com |
| [email protected] | |
| Betalingsmetode | free |
| Udvidelseswebsted | http://www.upway2late.com/projects/chrome-google-search-extension |
| Hjælpeside-URL | http://www.upway2late.com/projects/chrome-google-search-extension |
| URL til Fortrolighedspolitik Side | http://www.upway2late.com |
| Understøttede Sprog | 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
} | |