Slides Sorter by Denis Sheeran

Slides sorter allows you to organize a Google Slides using a convenient Sorter Panel, It is brought to you by denissheeran.com

Slides Sorter by Denis Sheeranคืออะไร?

Slides Sorter by Denis Sheeran เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Denis Sheeran และคุณลักษณะหลักของมันคือ "Slides sorter allows you to organize a Google Slides using a convenient Sorter Panel, It is brought to you by denissheeran.com"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Slides Sorter by Denis Sheeran

ดาวน์โหลดไฟล์ส่วนขยาย Slides Sorter by Denis Sheeran ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Organize a Google Slides Presentation from a convenient Sorter Panel
Slides Sorter is brought to you by denissheeran.com

Slides Sorter allows you to organize a Google Slides presentation using a convenient Sorter Panel, just like the Powerpoint Slide Sorter menu option. Simply press the Slides Sorter Chrome extension icon while on your Google Slides presentation and your Sorter Panel will open. Reorganize your slides any way you'd like and when you close the panel, your presentation order will be updated!

We do not collect any personal information and do not have any access to your Slides. 

Developed by Denis Sheeran and Nilay Soni                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Slides Sorter by Denis Sheeran Slides Sorter by Denis Sheeran
ID ceophkjpcghngjkoapdkgdefhllifpfn
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/slides-sorter-by-denis-sh/ceophkjpcghngjkoapdkgdefhllifpfn
คำอธิบาย Slides sorter allows you to organize a Google Slides using a convenient Sorter Panel, It is brought to you by denissheeran.com
ขนาดไฟล์ 602 KB
จำนวนการติดตั้ง 1,000
เวอร์ชันปัจจุบัน 1.4
อัปเดตครั้งล่าสุด 2017-07-29
วันที่เผยแพร่ 2017-07-29
คะแนน 5.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา Denis Sheeran
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://denissheeran.com/slidessorter
URL หน้านโยบายความเป็นส่วนตัว https://denissheeran.com/work-with-denis/annotate-meet-privacy-policy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "js\/jquery.js",
            "js\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "128": "images\/default_ico_128.png",
            "16": "images\/default_ico_16.png",
            "19": "images\/default_ico.png",
            "24": "images\/default_ico_24.png",
            "32": "images\/default_ico_32.png",
            "48": "images\/default_ico_48.png"
        },
        "default_title": "Slides Sorter"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "js\/jquery.js",
                "js\/jquery-ui.js",
                "js\/content.js"
            ],
            "matches": [
                "https:\/\/docs.google.com\/presentation\/d\/*"
            ],
            "run_at": "document_idle"
        }
    ],
    "description": "Slides sorter allows you to organize a Google Slides using a convenient Sorter Panel, It is brought to you by denissheeran.com",
    "icons": {
        "128": "images\/default_ico_128.png",
        "16": "images\/default_ico_16.png",
        "32": "images\/default_ico_32.png",
        "48": "images\/default_ico_48.png"
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA8kQokcTKJiYOCvRzmPYvgpdGpxXCJhm3QH3lXVyV8Siaxcezy9R2Re8x4onPFGM\/o4ermXmp91XkbAA9X7rWL6HS0reuFumXBzFX96U6EQrKnJ0bRsRaFxytc59jSVjMD5T6jHG7UvwQ9wepIYQNqU4Vok7OJ4vfVwXuDSfNmBi+2YUWuAWGFNB3pFi\/HwQeom7shlbb0EIxLbTlAipN88KgLM2izMNhsUzsEjsyKEvpWdZtFsF0jwAg2j61jY4go5wm7JR3l5OnSVb9xA6b+wY\/Ae4z8QibzLwFmq45L+Er5mG+uDXoyQh06LOHmEV5ezCzjaD+mRIeylL+0ii\/0QIDAQAB",
    "manifest_version": 2,
    "name": "Slides Sorter by Denis Sheeran",
    "oauth2": {
        "client_id": "376217855717-l8shevmkh00sb1mivokarc1ik3uuad95.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/presentations",
            "https:\/\/www.googleapis.com\/auth\/presentations.readonly"
        ]
    },
    "permissions": [
        "identity",
        "https:\/\/accounts.google.com\/*",
        "https:\/\/www.googleapis.com\/*",
        "activeTab",
        "tabs"
    ],
    "version": "1.4",
    "web_accessible_resources": [
        "images\/*",
        "js\/*"
    ]
}