Shorten URL Creator - Sateraito Office

You can create the short URL or QR code of opened page on Chromebook or Chrome browser.

Wat is Shorten URL Creator - Sateraito Office?

Shorten URL Creator - Sateraito Office is een Chrome-extensie ontwikkeld door Sateraito Office, Inc., en de belangrijkste functie is "You can create the short URL or QR code of opened page on Chromebook or Chrome browser.".

Download het CRX-bestand van de extensie Shorten URL Creator - Sateraito Office

Download Shorten URL Creator - Sateraito Office-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        ChromebookやChromeブラウザあるいはChrome拡張アプリが利用可能なMicrosoft Edgeブラウザにて、アイコンをクリックするだけで現在開いているページの短いURLが作成できます。また、同様にQRコードの作成も可能です。                    

Basisinformatie over de Extensie

Naam Shorten URL Creator - Sateraito Office Shorten URL Creator - Sateraito Office
ID cjoclfflgpdgnghdfcckbmhlhjlilfff
Officiële URL https://chromewebstore.google.com/detail/shorten-url-creator-sater/cjoclfflgpdgnghdfcckbmhlhjlilfff
Beschrijving You can create the short URL or QR code of opened page on Chromebook or Chrome browser.
Bestandsgrootte 708 KB
Aantal Installaties 262
Huidige Versie 2.0.1
Laatst Bijgewerkt 2024-01-18
Publicatiedatum 2020-10-04
Beoordeling 2.00/5 Totaal 1 Beoordelingen
Ontwikkelaar Sateraito Office, Inc.
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://shurl.jp
URL van de Privacybeleid Pagina https://www.sateraito.jp/privacy.html
Ondersteunde Talen en,ja
manifest.json
{
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_popup": "data\/window\/index.html"
    },
    "default_locale": "ja",
    "description": "__MSG_extension_description__",
    "homepage_url": "https:\/\/www.sateraito.jp\/",
    "icons": {
        "128": "data\/icons\/icon128.png",
        "16": "data\/icons\/icon16.png",
        "48": "data\/icons\/icon48.png"
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAnDjIBXzg+oF8XflF3cftEtLD1sxR6KNPLeqL+j40mVxGPmXK4peCAMzvb40qxjEPDIj3kF6UmI\/DRG\/eOXOK+SoiL9vXqASTzQArBZx5bu1RhA5B79ZIiIIXCI4GTWbRTjhzcRIXAi8HBPvHhLFt6DnXgeJygr8uCzQfPV3HRysSz8i64wPFAbdk+CuZnEFz+\/W9bTw5TFI\/164pvSmEArtRxJKdMPbyObtdL+meJd\/Rr3zOHlWfcH10zz1GVDYyK0lQDY2e6UcwAUljXZkGOV301G+00JVgFVc\/KohtN2u9qU3RowDPBNAg9vF2mAndNKBs6Bfyolowz9NAZ3EVRQIDAQAB",
    "name": "__MSG_extension_name__",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "jquery.js"
            ],
            "run_at": "document_end"
        }
    ],
    "host_permissions": [
        ""
    ],
    "permissions": [
        "storage",
        "activeTab",
        "clipboardWrite"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "2.0.1",
    "manifest_version": 3
}