tpint - Telugu Proverbs In New Tab

Chrome extension to shows telugu proverbs when new tab is opened.

什麼是tpint - Telugu Proverbs In New Tab?

tpint - Telugu Proverbs In New Tab是由https://avilpage.com開發的Chrome擴展程式,該擴展的主要功能是“Chrome extension to shows telugu proverbs when new tab is opened.”。

擴展截圖

screenshot
screenshot

下載tpint - Telugu Proverbs In New Tab擴展crx文件

下載tpint - Telugu Proverbs In New Tab擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Chrome browser లో కొత్త tab open చేసినప్పుడు తెలుగు సామెతలు చదవండి. 

Open source: https://github.com/ChillarAnand/telugu-proverbs
No Ads/Trackers                    

擴展基本資訊

名稱 tpint - Telugu Proverbs In New Tab tpint - Telugu Proverbs In New Tab
ID gnldofbeelbfgmfkonnlmdgpgmippkgp
官方網址 https://chromewebstore.google.com/detail/tpint-telugu-proverbs-in/gnldofbeelbfgmfkonnlmdgpgmippkgp
簡介 Chrome extension to shows telugu proverbs when new tab is opened.
檔案大小 40.28 KB
安裝次數 32
目前版本 0.0.3
更新時間 2018-06-14
上架時間 2018-06-14
評分 5.00/5 共 3 次評分
開發者 https://avilpage.com
付費類型 free
擴展官網 https://avilpage.com
隱私政策頁面URL https://avilpage.com
支援的語言 te
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "tpint - Telugu Proverbs In New Tab",
    "manifest_version": 2,
    "description": "Chrome extension to shows telugu proverbs when new tab is opened.",
    "author": "Chillar Anand",
    "version": "0.0.3",
    "incognito": "split",
    "icons": {
        "128": "icon128.png"
    },
    "permissions": [
        "gcm",
        "storage",
        "notifications",
        "identity"
    ],
    "chrome_url_overrides": {
        "newtab": "index.html"
    }
}