DronesGlobe open in new tab

This extension will redirect you to www.DronesGlobe.com website when you click /Visit Website/ button

Vad är DronesGlobe open in new tab?

DronesGlobe open in new tab är en Chrome-tillägg utvecklad av http://www.dronesglobe.com, och dess huvudfunktion är "This extension will redirect you to www.DronesGlobe.com website when you click /Visit Website/ button".

Tilläggsskärmbilder

screenshot

Ladda ner DronesGlobe open in new tab-förlängningens CRX-fil

Ladda ner DronesGlobe open in new tab-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

                        "DronesGlobe open in new tab" is simple Chrome extension made by Drones Globe dev team. It's made for all drone lovers, to make it easier to access your favourite drone related info resource. This app doesn't collect any sort of your personal data, nor it saves cookies. All this app does is redirecting your to DronesGlobe website when you click "Visit Website" button.

Best regards.
Drones Globe team.                    

Grundläggande Information om Tillägg

Namn DronesGlobe open in new tab DronesGlobe open in new tab
ID pdbinfidpahmfgkfaeopcjddhkbcblpd
Officiell webbadress https://chrome.google.com/webstore/detail/dronesglobe-open-in-new-t/pdbinfidpahmfgkfaeopcjddhkbcblpd
Beskrivning This extension will redirect you to www.DronesGlobe.com website when you click /Visit Website/ button
Filstorlek 5.22 KB
Antal Installationer 32
Aktuell Version 1.0
Senast Uppdaterad 2015-10-01
Publiceringsdatum 2015-10-01
Betyg 5.00/5 Totalt 1 Betyg
Utvecklare http://www.dronesglobe.com
Betalningssätt free
Tilläggswebbplats http://www.dronesglobe.com
Stödda Språk en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "DronesGlobe open in new tab",
    "description": "This extension will redirect you to www.DronesGlobe.com website when you click \/Visit Website\/ button",
    "version": "1.0",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab"
    ]
}