Url Appender
An utility to avoid typing repeated url
Wat is Url Appender?
Url Appender is een Chrome-extensie ontwikkeld door http://blog.tamizhvendan.in, en de belangrijkste functie is "An utility to avoid typing repeated url".
Extensie Screenshots
Download het CRX-bestand van de extensie Url Appender
Download Url Appender-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
Tired of typing the same url with different suffixes. Here is a small utility for you to make you productive. Just configure the base url in the settings once and type only the suffix when you want to browse a particular page. That's it !
Basisinformatie over de Extensie
Naam | |
ID | omehmfjfcedkfnipdkiplalieakjgeob |
Officiële URL | https://chrome.google.com/webstore/detail/url-appender/omehmfjfcedkfnipdkiplalieakjgeob |
Beschrijving | An utility to avoid typing repeated url |
Bestandsgrootte | 39.66 KB |
Aantal Installaties | 67 |
Huidige Versie | 1.0 |
Laatst Bijgewerkt | 2014-07-30 |
Publicatiedatum | 2014-07-30 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | http://blog.tamizhvendan.in |
Betalingswijze | free |
Ondersteunde Talen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Url Appender", "version": "1.0", "manifest_version": 2, "description": "An utility to avoid typing repeated url", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "permissions": [ "tabs", "storage" ], "background": { "scripts": [ "background.js" ], "persistent": false } } |