Fast URL Shortener
Fast and simple shorten of current tab urls with direct sharing options.
什麼是Fast URL Shortener?
Fast URL Shortener是由https://www.shar3.nl開發的Chrome擴展程式,該擴展的主要功能是“Fast and simple shorten of current tab urls with direct sharing options.”。
擴展截圖
下載Fast URL Shortener擴展crx文件
下載Fast URL Shortener擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Simple shortening your current url by one mouseclick. When the shortlink shows up, its also copied to your clipboard. Update: Added twitter and facebook icon to share the shorturl directly via these websites. Update: We have rebuild it completely. Works much more faster!
擴展基本資訊
名稱 | Fast URL Shortener |
ID | hnkpbdkcmbohhidigjoomkccgkaefpgi |
官方網址 | https://chromewebstore.google.com/detail/fast-url-shortener/hnkpbdkcmbohhidigjoomkccgkaefpgi |
簡介 | Fast and simple shorten of current tab urls with direct sharing options. |
檔案大小 | 35.64 KB |
安裝次數 | 218 |
目前版本 | 2.0.3 |
更新時間 | 2014-02-13 |
上架時間 | 2014-02-13 |
評分 | 3.00/5 共 2 次評分 |
開發者 | https://www.shar3.nl |
付費類型 | free |
擴展官網 | http://www.shar3.nl |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Fast URL Shortener", "version": "2.0.3", "manifest_version": 2, "description": "Fast and simple shorten of current tab urls with direct sharing options.", "browser_action": { "default_title": "Short and share url", "default_icon": "icon.png", "default_popup": "popup.html" }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ] } |