Related Search
Find related websites, using the google related: operator
Wat is Related Search?
Related Search is een Chrome-extensie ontwikkeld door Unknown, en de belangrijkste functie is "Find related websites, using the google related: operator".
Extensie Screenshots
Download het CRX-bestand van de extensie Related Search
Download Related Search-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Like what you found on the web? Find related sites quickly using this simple chrome extension. One click and a new tab with related sites opens! Basisinformatie over de Extensie
| Naam | |
| ID | ngfibjjjgckccbpbppikkgipcpknbglf |
| Officiële URL | https://chromewebstore.google.com/detail/related-search/ngfibjjjgckccbpbppikkgipcpknbglf |
| Beschrijving | Find related websites, using the google related: operator |
| Bestandsgrootte | 63.51 KB |
| Aantal Installaties | 925 |
| Huidige Versie | 1.0 |
| Laatst Bijgewerkt | 2012-07-01 |
| Publicatiedatum | 2012-07-01 |
| Beoordeling | 4.00/5 Totaal 5 Beoordelingen |
| Ontwikkelaar | Unknown |
| Betalingswijze | free |
| Extensiewebsite | https://github.com/japerr/RelatedSearch |
| Ondersteunde Talen | en-US |
| manifest.json | |
{
"update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Related Search",
"version": "1.0",
"manifest_version": 2,
"description": "Find related websites, using the google related: operator",
"icons": {
"16": "img\/related_16.png",
"48": "img\/related_48.png",
"128": "img\/related_128.png"
},
"background": {
"scripts": [
"js\/related.js"
]
},
"browser_action": {
"default_icon": "img\/related_128.png"
},
"options_page": "options.html",
"permissions": [
"tabs"
],
"content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'"
} | |