is.gd URL Shortener
is.gd URL Shortener
什么是is.gd URL Shortener?
is.gd URL Shortener是由14k开发的Chrome扩展程序,该扩展的主要功能是“is.gd URL Shortener”。
扩展截图
下载is.gd URL Shortener扩展crx文件
下载is.gd URL Shortener扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
UNMAINTAINED Version 1.0.0.1 changes: -Fixed url encoding Version 1.0.0.2 changes: -Forced to update manifest file Version 1.0.0.3 changes: -Fixed security issues caused by inline scripts ban. (which broked extension) Version 1.0.0.4 changes: -Fiex CORS
扩展基本信息
名称 | |
ID | cdofbppppmjfejecfiegjnmbbgichjhg |
官方URL | https://chrome.google.com/webstore/detail/isgd-url-shortener/cdofbppppmjfejecfiegjnmbbgichjhg |
简介 | is.gd URL Shortener |
文件大小 | 26.31 KB |
安装次数 | 1,261 |
当前版本 | 1.0.0.4 |
更新时间 | 2017-05-22 |
上架时间 | 2017-05-22 |
评分 | 4.39/5 共49次评分 |
开发者 | 14k |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | http://steamcommunity.com/id/xozyain/ |
支持的语言 | en |
manifest.json | |
{ "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "description": "is.gd URL Shortener", "icons": { "128": "isgd.png" }, "manifest_version": 2, "name": "is.gd URL Shortener", "permissions": [ "tabs", "http:\/\/*\/", "http:\/\/is.gd\/*", "https:\/\/is.gd\/*" ], "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.0.0.4" } |