URL Sync
Send URL to server
Wat is URL Sync?
URL Sync is een Chrome-extensie ontwikkeld door BBKing, en de belangrijkste functie is "Send URL to server".
Extensie Screenshots
Download het CRX-bestand van de extensie URL Sync
Download URL Sync-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
This extension helps you to get the current browser URL and send to custom url.
Basisinformatie over de Extensie
Naam | URL Sync |
ID | biimohoillnclkekkfjkkaaljelbpdjg |
Officiële URL | https://chromewebstore.google.com/detail/url-sync/biimohoillnclkekkfjkkaaljelbpdjg |
Beschrijving | Send URL to server |
Bestandsgrootte | 10.55 KB |
Aantal Installaties | 17 |
Huidige Versie | 1.4 |
Laatst Bijgewerkt | 2017-11-10 |
Publicatiedatum | 2017-11-10 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | BBKing |
Betalingswijze | free |
Ondersteunde Talen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "URL Sync", "version": "1.4", "manifest_version": 2, "description": "Send URL to server", "permissions": [ "http:\/\/*\/*", "tabs" ], "icons": { "128": "sync128.png" }, "options_page": "options.html", "browser_action": { "default_icon": "sync19.png", "default_title": "URL clipboard", "default_popup": "popup.html" } } |