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 파일 다운로드

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

확장 프로그램 사용 설명서

                        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
공식 URL 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"
}