Linkirani
Verify links on linkirani.ir
什么是Linkirani?
Linkirani是由Jangal开发的Chrome扩展程序,该扩展的主要功能是“Verify links on linkirani.ir”。
扩展截图
下载Linkirani扩展crx文件
下载Linkirani扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
"Link Irani" is a website that helps Iranian internet users to determine if their Internet traffic is calculated at half price according to Iranian tariffs. Link Irani's extension also helps users to easily use the features of Link Irani's website. The ability of ranking websites that have half price traffic in Link Irani will be added in the future. Features: - Toolbar button to direct access linkirani.ir - Context menu item to open and verify a link on linkirani.ir
扩展基本信息
名称 | Linkirani |
ID | lkfbpmilmogbplanpheiejbofpeafbof |
官方URL | https://chromewebstore.google.com/detail/linkirani/lkfbpmilmogbplanpheiejbofpeafbof |
简介 | Verify links on linkirani.ir |
文件大小 | 57.91 KB |
安装次数 | 5,633 |
当前版本 | 1.7 |
更新时间 | 2020-02-18 |
上架时间 | 2020-02-16 |
评分 | 3.22/5 共27次评分 |
开发者 | Jangal |
付费类型 | free |
扩展官网 | https://linkirani.ir |
帮助页面URL | https://linkirani.ir |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Linkirani", "short_name": "Linkirani", "version": "1.7", "description": "Verify links on linkirani.ir", "icons": { "48": "assets\/logo-48.png", "128": "assets\/logo-128.png" }, "permissions": [ "contextMenus", "storage", "webNavigation" ], "browser_action": { "default_icon": "assets\/logo.png", "default_title": "Linkirani" }, "background": { "scripts": [ "background.js" ], "persistent": false } } |