TugaTech

Aceda às notícias do TugaTech de forma simples e rápida

什麼是TugaTech?

TugaTech是由https://tugatech.com.pt開發的Chrome擴展程式,該擴展的主要功能是“Aceda às notícias do TugaTech de forma simples e rápida”。

擴展截圖

screenshot

下載TugaTech擴展crx文件

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

擴展使用說明

                        TugaTech extension for Google Chrome.

Now you can stay abreast of all the news TugaTech directly from your browser. With the extension of TugaTech for Google Chrome have direct access to all published news, updated to the minute.

Plus, receive notifications about all new articles published, not to miss anything new.

features:
- Direct access to the TugaTech news
- Notifications of new content
- Ability to enable / disable notifications
- Possibility to change the update period of the news

changelog:
Version 3.0 features a complete redesign of the extension. All the code was amended and re-created source, thus being considered a fully extension "new".
It was also taken into account the use of resources. The extension takes up little more than 130 kb of memory.

permissions:
The extension only have the necessary permissions to the various features, which includes:
- Access over tugatech.com.pt domain to access the news
- Notifications - To display notifications of new content
- Tabs - you can create a new tab in the opening content.

Please leave your vote in the Chrome Store.

If you find any bugs or have any comments / suggestion please send your email to [email protected]                    

擴展基本資訊

名稱 TugaTech TugaTech
ID gdnagjbkdncmcbamjphddeojagmepgdo
官方網址 https://chromewebstore.google.com/detail/tugatech/gdnagjbkdncmcbamjphddeojagmepgdo
簡介 Aceda às notícias do TugaTech de forma simples e rápida
檔案大小 364 KB
安裝次數 20
目前版本 5.0
更新時間 2021-09-20
上架時間 2017-09-15
評分 5.00/5 共 3 次評分
開發者 https://tugatech.com.pt
電子郵箱 [email protected]
付費類型 free
擴展官網 https://tugatech.com.pt
說明頁面URL https://tugatech.com.pt/
隱私政策頁面URL https://tugatech.com.pt/h36-politica-de-privacidade
支援的語言 en,pt-PT
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "TugaTech",
    "description": "Aceda \u00e0s not\u00edcias do TugaTech de forma simples e r\u00e1pida",
    "background": {
        "page": "background.html"
    },
    "default_locale": "pt_PT",
    "browser_action": {
        "default_icon": "img\/icon.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "128": "img\/icon-128.png",
        "16": "img\/icon-16.png",
        "48": "img\/icon-48.png"
    },
    "manifest_version": 2,
    "options_page": "options.html",
    "permissions": [
        "tabs",
        "alarms",
        "notifications",
        "*:\/\/tugatech.com.pt\/",
        "*:\/\/tugatech.com.pt\/*",
        "*:\/\/rss.tugatech.com.pt\/",
        "*:\/\/rss.tugatech.com.pt\/*"
    ],
    "version": "5.0"
}