TopicFlower URL Shortener
Shorten a url with TopicFlower, the Shortener feature of the TopicFlower Universe, Short, share and track your URLs
Τι είναι το TopicFlower URL Shortener;
Το TopicFlower URL Shortener είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://topicflower.com, και η κύρια λειτουργία του είναι "Shorten a url with TopicFlower, the Shortener feature of the TopicFlower Universe, Short, share and track your URLs".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης TopicFlower URL Shortener
Λήψη αρχείων επέκτασης TopicFlower URL Shortener σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Shorten a url with TopicFlower, the Shortener feature of the TopicFlower Universe, Short, share and track your URLs directly from your browser.
Βασικές Πληροφορίες Επέκτασης
Όνομα | TopicFlower URL Shortener |
ID | gpilgphobnninjmbbaklkkmlclmkfgeb |
Επίσημο URL | https://chromewebstore.google.com/detail/topicflower-url-shortener/gpilgphobnninjmbbaklkkmlclmkfgeb |
Περιγραφή | Shorten a url with TopicFlower, the Shortener feature of the TopicFlower Universe, Short, share and track your URLs |
Μέγεθος Αρχείου | 137 KB |
Αριθμός Εγκαταστάσεων | 65 |
Τρέχουσα Έκδοση | 0.1.2 |
Τελευταία Ενημέρωση | 2013-09-16 |
Ημερομηνία Δημοσίευσης | 2013-09-16 |
Αξιολόγηση | 5.00/5 Συνολικά 1 Αξιολογήσεις |
Προγραμματιστής | https://topicflower.com |
Τύπος Πληρωμής | free |
Διεύθυνση URL της Σελίδας Βοήθειας | https://topicflower.zendesk.com/entries/25386356-Como-usar-el-Acortador-de-URLs-de-TopicFlower |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "page": "background.html" }, "browser_action": { "default_icon": "images\/shortener_extension_icon_16px.png", "default_popup": "popup.html", "default_title": "__MSG_extension_name__" }, "content_scripts": [ { "all_frames": true, "js": [ "scripts\/content_script.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } ], "default_locale": "en", "description": "__MSG_extension_description__", "icons": { "128": "images\/shortener_extension_icon_128px.png", "16": "images\/shortener_extension_icon_16px.png", "48": "images\/shortener_extension_icon_48px.png" }, "manifest_version": 2, "minimum_chrome_version": "20", "name": "__MSG_extension_name__", "permissions": [ "tabs", "contextMenus", "clipboardWrite", "http:\/\/*\/" ], "version": "0.1.2" } |