Linkirani

Verify links on linkirani.ir

Linkirani란 무엇입니까?

Linkirani은(는) Jangal에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Verify links on linkirani.ir"입니다.

확장 프로그램 스크린샷

screenshot

Linkirani 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        "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 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
    }
}